Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <small> tag


The <small> HTML tag represents small text like legal or copyright, separate from how it looks. It's for side notes too! By default, it makes the text inside smaller. It goes from small to even tinier size.
The <small> tag is used to write smaller text (like copyright and other side notes).

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<p>This is a <small>smaller text</small> within a paragraph.</p>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


This is a smaller text within a paragraph.






Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<small> Yes Yes Yes Yes Yes